home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / edit251.zip / EDIT.DOC < prev    next >
Text File  |  1991-06-06  |  8KB  |  192 lines

  1.                      *** Text EDIT v2.51 ***
  2.              Copyright (C) 1990-1991 by Dale C. Chun
  3.                        All Rights Reserved
  4.  
  5.  
  6. ABOUT THIS SOFTWARE
  7.  
  8.      Text  Edit  (EDIT)  is a  full-featured,  brute-force,  full 
  9.      screen,  text editing system based on the Wordstar (tm)  and 
  10.      the Borland Editor command set. Its code has been  optimized 
  11.      to  occupy  approximately  26K  bytes  of  disk  space   and 
  12.      incorporates  many features found in many high-powered  word 
  13.      processing  systems  such as Wordstar (tm).  
  14.  
  15.      Beginning with Edit v2.35, a built-in validation tester  has 
  16.      been incorporated within the Edit executable. These internal 
  17.      Prog_ID  numbers are compatible with PV;  Program  Validator 
  18.      written  by the same author. This is to protect you, as  the 
  19.      end  user,  against  unauthorized  modification  and   viral 
  20.      attacks  to  the  Edit executable  and  accompanying  files. 
  21.      Please  contact  the author for your copy of PV or  for  the 
  22.      latest  revision  and validation information  pertaining  to 
  23.      your copy of Edit.
  24.  
  25. YOUR DISTRIBUTION RIGHTS
  26.  
  27.      This  software is protected by the United  States  copyright 
  28.      laws   and  may  not  be  distributed  in   an   educational 
  29.      institution  or  as  an  independent  research  or  academic 
  30.      project  without  the consent of the author. It may  not  be 
  31.      sold,  distributed  or marketed with any  other  product  or 
  32.      service without the consent of the author. This software may 
  33.      only be duplicated for personal, non-commercial use and  may 
  34.      not  be  modified or customized in any way,  shape  or  form 
  35.      without the consent of the author.
  36.  
  37. SYSTEM REQUIREMENTS
  38.  
  39.      EDIT  will  run  on  any IBM XT,  AT,  PS/2,  /386  or  100% 
  40.      compatible equipped with either a monochrome or color  video 
  41.      card and adjust the display accordingly.
  42.  
  43. STARTING UP
  44.  
  45.      Located  on your distribution disk (or zip-file) is  a  file 
  46.      called  EDIT.EXE, which is the complete,  fully   functional 
  47.      text  editing  system.  You are limited to  a  text  editing 
  48.      buffer  of  approximately  64K  bytes.
  49.  
  50.      EDIT is not a word processor nor a high-powered text editing 
  51.      system.  It was not designed to edit large files or used  as 
  52.      an editing tool to modify executables. Unpredictable results 
  53.      may occur if Edit is used as such.
  54.  
  55.      EDIT was originally developed as an in-house editing tool to 
  56.      modify autoexec.bat and config.sys files.
  57.  
  58.      To  begin, type EDIT followed by an optional search  strings 
  59.      you  may  wish to display. For example,  'EDIT  *.DOC'  will 
  60.      display  all  the  files matching *.DOC.  EDIT  without  any 
  61.      search  strings  will display all the files in  the  current 
  62.      directory  (except hidden or system). This is equivalent  to 
  63.      typing 'EDIT *.*'.
  64.  
  65.      To suppress the creation/modification of BAK (backup files), 
  66.      use the '/B' or the '/b' flag.
  67.  
  68.      Beginning  with Edit v2.40, blinking asterisks in the  lower 
  69.      left-hand  corner  indicate  a  possible  save  failure.   A 
  70.      possible  remedy for this problem can be corrected by  using 
  71.      the  Ctrl-KT (Save As) command. A successful file save  will 
  72.      be  indicated by three non-blinking asterisks in  the  lower 
  73.      left-hand corner.
  74.  
  75.      If  you need further assistance at the DOS command  line  or 
  76.      would   like  to  display  your  revision   and   validation 
  77.      information  for  your copy of Edit, type 'EDIT  ?'  on  the 
  78.      command line. You may also rename EDIT using the DOS  rename 
  79.      command. Edit will automatically alter the appropriate  help 
  80.      displays   without  changing  the  validation   information.
  81.      
  82.      Warning: Do not attempt to alter any other parts of the Edit 
  83.      executable  or accompanying files (such  as  documentation). 
  84.      Such modification will alter the validation information  and 
  85.      your copy of Edit will no longer be valid. 
  86.  
  87.      Please   contact  the  author  for   further   instructions, 
  88.      marketing or promotional information.
  89.  
  90. SELECTING A FILE
  91.  
  92.      Selecting  a file from the directory listing can  either  be 
  93.      done  by  pressing the first letter of the  filename  or  by 
  94.      using  the arrow keys. The HOME/END and the  PgUp/PgDn  keys 
  95.      are also valid in this mode. Press Enter to view or edit the 
  96.      highlighted  file.  If the file is too large  or  cannot  be 
  97.      read,  Edit will return to the File Selection system  or  to 
  98.      the operating system, depending on how Edit was activated.
  99.  
  100. COMMANDS AND MORE INFORMATION
  101.  
  102.      For a list of commands, see the QUICK REFERENCE TABLE in the 
  103.      following section. For more detailed help with the  WordStar 
  104.      or the Borland Command set, please see your local  bookstore 
  105.      for more information.
  106.  
  107.      For more information, comments or suggestions, please  write 
  108.      to:
  109.                     Edit v2.51 Support
  110.                     Attn: Dale C. Chun
  111.                     1051 Prospect Street
  112.                     Honolulu, Hawaii 96822
  113.  
  114.      Email  support is also available. The author can be  reached 
  115.      at: dchun@aludra.usc.edu until the beginning of May 1991.
  116.  
  117.      Your  support, comments and/or creative criticisms  will  be 
  118.      greatly  appreciated  and will reflect  future  versions  of 
  119.      EDIT!
  120.  
  121. QUICK REFERENCE TABLE
  122.  
  123.      Function Description          Keystrokes
  124.      --------------------          ----------
  125.      Character left                Ctrl-S or Left arrow
  126.      Character right               Ctrl-D or Right arrow
  127.  
  128.      Word left                     Ctrl-A or Ctrl-Left arrow
  129.      Word right                    Ctrl-F or Ctrl-Right arrow
  130.  
  131.      Line up                       Ctrl-E or Up arrow
  132.      Line down                     Ctrl-X or Down arrow
  133.  
  134.      Scroll up                     Ctrl-W
  135.      Scroll down                   Ctrl-Z
  136.  
  137.      Page up                       Ctrl-R or PgUp
  138.      Page down                     Ctrl-C or PgDn
  139.  
  140.      Beginning of line             Ctrl-QS or Home
  141.      End of line                   Ctrl-QD or End
  142.  
  143.      Top of screen                 Ctrl-QE or Ctrl-Home
  144.      Bottom of screen              Ctrl-QX or Ctrl-End
  145.  
  146.      Top of block                  Ctrl-QB
  147.      Bottom of block               Ctrl-QK
  148.      
  149.      Jump to marker 0..3           Ctrl-Q0..Ctrl-Q3
  150.      Set marker 0..3               Ctrl-K0..Ctrl-K3
  151.  
  152.      Previous cursor position      Ctrl-QP
  153.      Tab                           Ctrl-I or Tab
  154.  
  155.      Delete current character      Ctrl-G or Del
  156.      Delete character left         Ctrl-H or Backspace
  157.      Delete word                   Ctrl-T
  158.      Delete to end of line         Ctrl-QY
  159.      Delete Line                   Ctrl-Y
  160.  
  161.      Find                          Ctrl-QF
  162.      Find-and-replace              Ctrl-QA
  163.      Find next                     Ctrl-L
  164.  
  165.      Begin block                   F7 or Ctrl-KB
  166.      End block                     F8 or Ctrl-KK
  167.  
  168.      Copy block                    Ctrl-KC
  169.      Move block                    Ctrl-KV
  170.  
  171.      Delete block                  Ctrl-KY
  172.      Hide block                    Ctrl-KH
  173.      Read block from file          Ctrl-KR
  174.      Write block to file           Ctrl-KW
  175.      Print block                   Ctrl-KP
  176.      Count Lines, Words and Bytes  Ctrl-K?
  177.  
  178.      Toggle insert mode            Ins or Ctrl-V
  179.      Toggle autoindent mode        Ctrl-OI
  180.      Toggle fixed tabs             Ctrl-OT
  181.  
  182.      Restore line                  Ctrl-QL
  183.  
  184.      Exit editor                   Ctrl-KD
  185.      Exit editor to DOS            Ctrl-KX
  186.      Exit without Changes          Ctrl-KQ
  187.  
  188.      Save as                       Ctrl-KT
  189.      Save without exiting Editor   Ctrl-KS
  190.  
  191.      Cancel Current Operation      Ctrl-U
  192.